home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
cyber.net interactivo 3
/
inter@ivo 1996-04.iso
/
cybint3
/
bin
/
classica.dxr
/
00035.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-21
|
202 b
|
16 lines
on mouseUp
global flag
if flag = 0 then
sound stop 1
go(2)
else
sound stop 1
sound playFile 3, "..\som\vlnpart4.wav"
go("pecas")
end if
end
on exitFrame
go(the frame)
end